[XENAPI] Example tools to create/destroy/shutdown VMs
authorAlastair Tse <atse@xensource.com>
Fri, 6 Oct 2006 10:48:21 +0000 (11:48 +0100)
committerAlastair Tse <atse@xensource.com>
Fri, 6 Oct 2006 10:48:21 +0000 (11:48 +0100)
commit3dae87e5fae21c79f9aa14c12482fdac150acab9
tree41ce63589fbc9f19f7b5d34b1feb693f0c805e18
parentad6aa72b7fdd244daa7a4e8237b84c5276fee133
[XENAPI] Example tools to create/destroy/shutdown VMs

Example Session:

xapi.py vm-list
xapi.py host-info
xapi.py vm-create xapi.domcfg.py
xapi.py vbd-create GentooAPI xapi.vbdcfg.py
xapi.py vif-create GentooAPI xapi.vifcfg.py
xapi.py vm-start GentooAPI
xapi.py vm-shutdown GentooAPI
xapi.py vm-delete xapi.py

signed-off-by: Alastair Tse <atse@xensource.com>
tools/python/scripts/xapi.domcfg.py [new file with mode: 0644]
tools/python/scripts/xapi.py [new file with mode: 0644]
tools/python/scripts/xapi.vbdcfg.py [new file with mode: 0644]
tools/python/scripts/xapi.vifcfg.py [new file with mode: 0644]